home *** CD-ROM | disk | FTP | other *** search
- /***
- *direct.h - function declarations for directory handling
- *
- * Copyright (c) 1993-1994, Gregg Jennings. All wrongs reserved.
- *
- *Purpose:
- * This include file contains the function declarations for the
- * functions related to directory handling.
- *
- ****/
-
- #ifndef GENERAL_H
- #include "general.h"
- #endif
-
- #ifndef _DIR_DEFINED
- #include "dirent.h"
- #endif
-
- extern dword cwdstart(void);
- extern int file_start(char *file);
- extern int direntry(char *name, struct DIR *dir);
- extern int _dos_xfcb_find(struct xFCB *xfcb);
- extern void _far *_dos_getdta(void);
- extern void get_volume(char *v);
-